var isLogin = false;if(isLogin || confirm("提醒您:此功能為會員服務,請先登入科技紫微網會員!")){ location.href="http://.click108.com.tw/planet/checkLoginStatus.php"; }else{ if(history.length > 1){ history.go(-1); }else{ location.href="/"; } }